home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / tscredd2.zip / INSTALL3.BAT next >
DOS Batch File  |  1990-05-04  |  3KB  |  74 lines

  1. echo off
  2. del %3\tutor\install2.bat
  3. echo -[Install3.Bat]----------------------------------------------------------
  4. if "%1"=="H" goto Hard1
  5. if "%1"=="h" goto Hard1
  6. :Floppy1
  7. echo -
  8. echo - Insert diskette "3 of 5 - Programmers Ref. Manual"
  9. echo - into %3
  10. echo -
  11. echo -------------------------------------------------------------------------
  12. pause
  13. %2\ScrDisk3 -r %3\ *.*
  14. echo -------------------------------------------------------------------------
  15. echo -
  16. echo - Insert diskette "4 of 5 - Program Interface Modules"
  17. echo - into %3
  18. echo -
  19. echo -------------------------------------------------------------------------
  20. pause
  21. %2\ScrDisk4 -r %3\ *.*
  22. echo -------------------------------------------------------------------------
  23. echo -
  24. echo - Insert diskette "5 of 5 - Examples and Demos"
  25. echo - into %3
  26. echo -
  27. echo -------------------------------------------------------------------------
  28. pause
  29. %2\ScrDisk5 -r %3\ *.*
  30. %3\install4 %1 %2 %3
  31. pause
  32. :Hard1
  33. if "%3"=="" goto Hard2
  34. echo -
  35. echo - installing Programmers reference manual
  36. echo -
  37. echo -------------------------------------------------------------------------
  38. %2\ScrDisk3 -r %3\Doc *.*
  39. echo -------------------------------------------------------------------------
  40. echo -
  41. echo - installing Program interface and programmers tutor
  42. echo -
  43. echo -------------------------------------------------------------------------
  44. %2\ScrDisk4 -r %3\Interfac *.*
  45. echo -------------------------------------------------------------------------
  46. echo -
  47. echo - installing Demonstration programs and programming examples
  48. echo -
  49. echo -------------------------------------------------------------------------
  50. %2\ScrDisk5 -r %3\Demos *.*
  51. %3\Demos\install4 %1 %2 %3
  52. pause
  53. :Hard2
  54. echo -------------------------------------------------------------------------
  55. echo -
  56. echo - installing Programmers reference manual
  57. echo -
  58. echo -------------------------------------------------------------------------
  59. %2\ScrDisk3 -r %3 *.*
  60. echo -------------------------------------------------------------------------
  61. echo -
  62. echo - installing Program interface and programmers tutor
  63. echo -
  64. echo -------------------------------------------------------------------------
  65. %2\ScrDisk4 -r %3 *.*
  66. echo -------------------------------------------------------------------------
  67. echo -
  68. echo - installing Demonstration programs and programming examples
  69. echo -
  70. echo -------------------------------------------------------------------------
  71. %2\ScrDisk5 -r %3 *.*
  72. %3\install4 %1 %2 %3
  73. pause
  74.